Dart.Sockets Namespace > UdpBase Class > Send Method : Send(Byte[],Int32,Int32,SocketFlags,IPEndPoint) Method |
'Declaration <SecuritySafeCriticalAttribute()> Public Overloads Function Send( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer, _ ByVal socketFlags As SocketFlags, _ ByVal destination As IPEndPoint _ ) As Datagram
'Usage Dim instance As UdpBase Dim buffer() As Byte Dim offset As Integer Dim count As Integer Dim socketFlags As SocketFlags Dim destination As IPEndPoint Dim value As Datagram value = instance.Send(buffer, offset, count, socketFlags, destination)
[SecuritySafeCritical()] public Datagram Send( byte[] buffer, int offset, int count, SocketFlags socketFlags, IPEndPoint destination )
[SecuritySafeCritical()] public: Datagram* Send( byte[]* buffer, int offset, int count, SocketFlags socketFlags, IPEndPoint* destination )
[SecuritySafeCritical()] public: Datagram^ Send( array<byte>^ buffer, int offset, int count, SocketFlags socketFlags, IPEndPoint^ destination )